home *** CD-ROM | disk | FTP | other *** search
- Font = {
- SUPERCLASS = Object;
- };
- FontView = {
- SUPERCLASS = View;
- };
- ShelfIconView = {
- ACTIONS = {
- redisplay:;
- };
- OUTLETS = {
- myCubbyHoles;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- appWillTerminate:;
- showCurrentInstallation:;
- open:;
- becomeInstallation:;
- installSuitcase:;
- remove:;
- openSuitcase:;
- add:;
- new:;
- clear:;
- removeFont:;
- showAllSuitCases:;
- windowDidBecomeKey:;
- showFont:;
- install:;
- revertToSaved:;
- updateMenuItems:;
- close:;
- addFont:;
- clearNoAlert:;
- appWillInit:;
- saveDocTo:;
- save:;
- appDidInit:;
- };
- OUTLETS = {
- closeItem;
- removeFontItem;
- installItem;
- theWindow;
- becomeInstallItem;
- installShelf;
- saveToItem;
- revertItem;
- addMenuItem;
- installMenuItem;
- installButton;
- addFontItem;
- clearMenuItem;
- removeMenuItem;
- installSV;
- saveItem;
- showToggle;
- draggingCubby;
- };
- SUPERCLASS = Object;
- };
- AcceptorWindow = {
- ACTIONS = {
- };
- OUTLETS = {
- statusMessages;
- controller;
- myViewRectList;
- };
- SUPERCLASS = Window;
- };
- FontSet = {
- OUTLETS = {
- fontList;
- };
- SUPERCLASS = Object;
- };
- Document = {
- ACTIONS = {
- new:;
- saveDocTo:;
- save:;
- add:;
- revertToSaved:;
- delete:;
- showFont:;
- open:;
- };
- OUTLETS = {
- saveMenuItem;
- revertMenuItem;
- addMenuItem;
- removeMenuItem;
- saveAsMenuItem;
- newMenuItem;
- theWindow;
- shelf;
- fontDisplay;
- box;
- fontSet;
- };
- SUPERCLASS = Object;
- };
-